[INFO] fetching crate secs 0.1.0...
[INFO] testing secs-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate secs 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate secs 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate secs 0.1.0
[INFO] tweaked toml for crates.io crate secs 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secs 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate secs 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 43314cd0e1eb982952793ac6cacc15aeb84c36570b679b39a7b53cc568ebc7c7
[INFO] running `Command { std: "docker" "start" "-a" "43314cd0e1eb982952793ac6cacc15aeb84c36570b679b39a7b53cc568ebc7c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43314cd0e1eb982952793ac6cacc15aeb84c36570b679b39a7b53cc568ebc7c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43314cd0e1eb982952793ac6cacc15aeb84c36570b679b39a7b53cc568ebc7c7", kill_on_drop: false }`
[INFO] [stdout] 43314cd0e1eb982952793ac6cacc15aeb84c36570b679b39a7b53cc568ebc7c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4bb6746554362aaeeb6b272a815bc44540fff4dc811e8ccc565a102d3806f734
[INFO] running `Command { std: "docker" "start" "-a" "4bb6746554362aaeeb6b272a815bc44540fff4dc811e8ccc565a102d3806f734", kill_on_drop: false }`
[INFO] [stderr]    Compiling elsa v1.11.0
[INFO] [stderr]    Compiling secs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[INFO] [stdout]     |                            ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[INFO] [stdout]     |                                ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
[INFO] running `Command { std: "docker" "inspect" "4bb6746554362aaeeb6b272a815bc44540fff4dc811e8ccc565a102d3806f734", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bb6746554362aaeeb6b272a815bc44540fff4dc811e8ccc565a102d3806f734", kill_on_drop: false }`
[INFO] [stdout] 4bb6746554362aaeeb6b272a815bc44540fff4dc811e8ccc565a102d3806f734
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed2dc0a28fcf4018a17a06ec4ab05546d75909a79729dce0c8222cf530c3a527
[INFO] running `Command { std: "docker" "start" "-a" "ed2dc0a28fcf4018a17a06ec4ab05546d75909a79729dce0c8222cf530c3a527", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling prettydiff v0.7.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling annotate-snippets v0.11.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling quad-rand v0.2.3
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[INFO] [stdout]     |                            ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[INFO] [stdout]     |                                ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fontdue v0.9.3
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling macroquad v0.4.14
[INFO] [stderr]    Compiling spanned v0.3.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustfix v0.8.7
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling ui_test v0.29.1
[INFO] [stderr]    Compiling secs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[INFO] [stdout]     |                            ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[INFO] [stdout]     |                                ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.42s
[INFO] running `Command { std: "docker" "inspect" "ed2dc0a28fcf4018a17a06ec4ab05546d75909a79729dce0c8222cf530c3a527", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed2dc0a28fcf4018a17a06ec4ab05546d75909a79729dce0c8222cf530c3a527", kill_on_drop: false }`
[INFO] [stdout] ed2dc0a28fcf4018a17a06ec4ab05546d75909a79729dce0c8222cf530c3a527
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7e548bbe73b62ba12087dd107cdf18dfb713f0c1b40b139241f4ba29f31ffc6b
[INFO] running `Command { std: "docker" "start" "-a" "7e548bbe73b62ba12087dd107cdf18dfb713f0c1b40b139241f4ba29f31ffc6b", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sparse_set.rs:148:28
[INFO] [stderr]     |
[INFO] [stderr] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[INFO] [stderr]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sparse_set.rs:163:32
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[INFO] [stderr]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/world.rs:204:28
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[INFO] [stderr]     |                            ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/world.rs:223:32
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[INFO] [stderr]     |                                ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stderr]     |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `secs` (lib) generated 4 warnings (run `cargo fix --lib -p secs` to apply 4 suggestions)
[INFO] [stderr] warning: `secs` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secs-917f786aee3d4a2e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/entity.rs (/opt/rustwide/target/debug/deps/entity-0460323a37ac00f5)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test attach_to_despawned_no_flush ... ok
[INFO] [stdout] test check_component_attached ... ok
[INFO] [stdout] test detach_any ... ok
[INFO] [stdout] test detach_unrelated_in_query ... ok
[INFO] [stdout] test detach ... ok
[INFO] [stdout] test spawn_unrelated_in_query ... ok
[INFO] [stdout] test attach_to_despawned - should panic ... ok
[INFO] [stdout] test detach_related_in_query - should panic ... ok
[INFO] [stdout] test spawn_related_in_query - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query.rs (/opt/rustwide/target/debug/deps/query-6912351faaacdc42)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test optional_components ... ok
[INFO] [stdout] test aliasing_mutation - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/system.rs (/opt/rustwide/target/debug/deps/system-87d5862dac5cdfc2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test despawn ... ok
[INFO] [stdout] test get ... ok
[INFO] [stdout] test despawn_in_query ... ok
[INFO] [stdout] test mut_system ... ok
[INFO] [stdout] test remove_within ... ok
[INFO] [stdout] test scheduler_resource ... ok
[INFO] [stdout] test get_fail - should panic ... ok
[INFO] [stdout] test remove ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-04ff959d9018499a)
[INFO] [stdout] Compiler: rustc "--error-format=json" "--out-dir" OUT_DIR
[INFO] [stdout] Building dependencies ... FAILED
[INFO] [stdout] tests/ui/double_mut_borrow_panic.rs ... FAILED
[INFO] [stdout] tests/ui/panic_location.rs ... FAILED
[INFO] [stdout] tests/ui/too_many_tuple_elements.rs ... FAILED
[INFO] [stdout] tests/ui/non_tuple_query.rs ... FAILED
[INFO] [stdout] tests/ui/missing_ref.rs ... FAILED
[INFO] [stdout] tests/ui/empty_tuple.rs ... FAILED
[INFO] [stdout] tests/ui/opt_as_first.rs ... FAILED
[INFO] [stdout] 
[INFO] [stderr] Error: tests failed
[INFO] [stdout] FAILED TEST: tests/ui/double_mut_borrow_panic.rs
[INFO] [stderr] 
[INFO] [stdout] command: "/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/cargo" "build" "--color=never" "--quiet" "--jobs" "1" "--target-dir" "/opt/rustwide/target/ui/0" "--manifest-path" "ui_test_deps/Cargo.toml" "--target=x86_64-unknown-linux-gnu" "--message-format=json"
[INFO] [stderr] Location:
[INFO] [stdout] 
[INFO] [stderr]     /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ui_test-0.29.1/src/lib.rs:369:13
[INFO] [stdout] full stderr:
[INFO] [stdout] error: manifest path `ui_test_deps/Cargo.toml` does not exist
[INFO] [stdout] 
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/panic_location.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/too_many_tuple_elements.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/non_tuple_query.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/missing_ref.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/empty_tuple.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/opt_as_first.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILURES:
[INFO] [stdout]     tests/ui/double_mut_borrow_panic.rs
[INFO] [stdout]     tests/ui/panic_location.rs
[INFO] [stdout]     tests/ui/too_many_tuple_elements.rs
[INFO] [stdout]     tests/ui/non_tuple_query.rs
[INFO] [stdout]     tests/ui/missing_ref.rs
[INFO] [stdout]     tests/ui/empty_tuple.rs
[INFO] [stdout]     tests/ui/opt_as_first.rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAIL. 7 failed
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test ui`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/ui-04ff959d9018499a` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "7e548bbe73b62ba12087dd107cdf18dfb713f0c1b40b139241f4ba29f31ffc6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e548bbe73b62ba12087dd107cdf18dfb713f0c1b40b139241f4ba29f31ffc6b", kill_on_drop: false }`
[INFO] [stdout] 7e548bbe73b62ba12087dd107cdf18dfb713f0c1b40b139241f4ba29f31ffc6b
